Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / CopyTo Method / CopyTo(TextLineFragment[],Int32) Method

In This Topic
    CopyTo(TextLineFragment[],Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal array() As TextLineFragment, _
       ByVal arrayIndex As System.Integer _
    ) 
    public void CopyTo( 
       TextLineFragment[] array,
       System.int arrayIndex
    )

    Parameters

    array
    arrayIndex
    See Also